- PurpleDnsQueryConnectFunction
alias PurpleDnsQueryConnectFunction = void function(_GSList*, void*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleDnsQueryData
alias PurpleDnsQueryData = _PurpleDnsQueryData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleDnsQueryFailedCallback
alias PurpleDnsQueryFailedCallback = void function(_PurpleDnsQueryData*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleDnsQueryResolvedCallback
alias PurpleDnsQueryResolvedCallback = void function(_PurpleDnsQueryData*, _GSList*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleDnsQueryUiOps
alias PurpleDnsQueryUiOps = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_dnsquery_a
alias da_purple_dnsquery_a = PurpleDnsQueryData* function(const(char)* hostname, int port, PurpleDnsQueryConnectFunction callback, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_dnsquery_a_account
alias da_purple_dnsquery_a_account = PurpleDnsQueryData* function(PurpleAccount* account, const(char)* hostname, int port, PurpleDnsQueryConnectFunction callback, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_dnsquery_destroy
alias da_purple_dnsquery_destroy = void function(PurpleDnsQueryData* query_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_dnsquery_get_host
alias da_purple_dnsquery_get_host = char* function(PurpleDnsQueryData* query_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_dnsquery_get_port
alias da_purple_dnsquery_get_port = ushort function(PurpleDnsQueryData* query_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_dnsquery_get_ui_ops
alias da_purple_dnsquery_get_ui_ops = PurpleDnsQueryUiOps* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_dnsquery_init
alias da_purple_dnsquery_init = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_dnsquery_set_ui_ops
alias da_purple_dnsquery_set_ui_ops = void function(PurpleDnsQueryUiOps* ops)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_dnsquery_uninit
alias da_purple_dnsquery_uninit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_dnsquery_a
PurpleDnsQueryData* purple_dnsquery_a(const(char)* hostname, int port, PurpleDnsQueryConnectFunction callback, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_dnsquery_a_account
PurpleDnsQueryData* purple_dnsquery_a_account(PurpleAccount* account, const(char)* hostname, int port, PurpleDnsQueryConnectFunction callback, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_dnsquery_destroy
void purple_dnsquery_destroy(PurpleDnsQueryData* query_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_dnsquery_get_host
char* purple_dnsquery_get_host(PurpleDnsQueryData* query_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_dnsquery_get_port
ushort purple_dnsquery_get_port(PurpleDnsQueryData* query_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_dnsquery_get_ui_ops
PurpleDnsQueryUiOps* purple_dnsquery_get_ui_ops()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_dnsquery_init
void purple_dnsquery_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_dnsquery_set_ui_ops
void purple_dnsquery_set_ui_ops(PurpleDnsQueryUiOps* ops)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_dnsquery_uninit
void purple_dnsquery_uninit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_dnsquery_a
da_purple_dnsquery_a purple_dnsquery_a;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_dnsquery_a_account
da_purple_dnsquery_a_account purple_dnsquery_a_account;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_dnsquery_destroy
da_purple_dnsquery_destroy purple_dnsquery_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_dnsquery_get_host
da_purple_dnsquery_get_host purple_dnsquery_get_host;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_dnsquery_get_port
da_purple_dnsquery_get_port purple_dnsquery_get_port;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_dnsquery_get_ui_ops
da_purple_dnsquery_get_ui_ops purple_dnsquery_get_ui_ops;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_dnsquery_init
da_purple_dnsquery_init purple_dnsquery_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_dnsquery_set_ui_ops
da_purple_dnsquery_set_ui_ops purple_dnsquery_set_ui_ops;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_dnsquery_uninit
da_purple_dnsquery_uninit purple_dnsquery_uninit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.